From a7d9c767a2a995c1f40d0ce9ce2790f094ea4a1e Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 16 Nov 2006 00:18:31 +0000 Subject: [PATCH] Make mingw (cross-build) happy. Add for a __WIN32__ environment. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2510 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/kml.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gpsbabel/kml.c b/gpsbabel/kml.c index 8178a3f95..90e4b5e50 100644 --- a/gpsbabel/kml.c +++ b/gpsbabel/kml.c @@ -22,6 +22,10 @@ #include "defs.h" #include "xmlgeneric.h" +#ifdef __WIN32__ +# include +#endif + // options static char *opt_deficon = NULL; static char *opt_export_lines = NULL; -- 2.30.2